From: jeanlf Date: Mon, 30 Aug 2021 14:24:05 +0000 (+0200) Subject: [PATCH] fixed #1895 X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1+deb11u2^2~76 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=67669c920c7b08da1f344a94b8659134634df6f8;p=gpac.git [PATCH] fixed #1895 Gbp-Pq: Name CVE-2021-40571.patch --- diff --git a/src/odf/descriptors.c b/src/odf/descriptors.c index 18ab191..3ebdc7c 100644 --- a/src/odf/descriptors.c +++ b/src/odf/descriptors.c @@ -1327,6 +1327,7 @@ GF_AV1Config *gf_odf_av1_cfg_read_bs_size(GF_BitStream *bs, u32 size) size -= (u32) obu_size; } gf_av1_reset_state(& state, GF_TRUE); + gf_bs_align(bs); return cfg; #else return NULL;